Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Event
1) Add and remove event handler
2) Add general to Label using AddHandler lblTitle Click, AddressOf GenericEvent
3) Add, remove event handler tofrom ToggleButton
4) AddHandler and AddressOf
5) AddHandler btn Click, AddressOf btn_Click
6) AddressOf operator
7) Check Key Code
8) Check Key Code range
9) Control Key
10) Custom event handler
11) Define your own Event and raise it
12) Determine whether user pressed Enter key
13) Displaying information about a user-pressed key
14) Double and single click
15) Event handler
16) Events Demonstration - AddHandler
17) Form mouse move event
18) Get event sender type
19) Handle events from more than one components
20) Ignore key code
21) Inherit Event
22) Instantiating the Action(Of (T)) delegate rather than explicitly defining a new delegate and assigning a named method
23) Key event summary
24) Mouse Enter and Leave
25) Mouse Events Illustation
26) Mouse move event
27) Multiple Event Handler
28) Raise Events
29) Raise your own event
30) Shift Key
31) Static and Dynamic Events
32) Subclass EventArgs to create your own event arguments
33) Use AddHandler to add event handler to a button
34) Use EventHandler with AddressOf
35) Use one method to handle more than one RadioButton click event
36) WithEvents
37) WithEvents and Event method